home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 January / maximum-cd-2002-01.iso / Files / Game demos / Ricochet / RicochetMaximumPcSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-10-29  |  2.3 KB  |  50 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Ricochet
  4. AppVerName=Ricochet 1.01 (Destributed by Maximum PC)
  5. AppId=Ricochet
  6. AppPublisher=Reflexive Entertainment, Inc.
  7. AppPublisherURL=http://www.reflexive.net/Ricochetindex.html
  8. AppSupportURL=http://www.reflexive.net/Ricochetindex.html
  9. AppUpdatesURL=http://www.reflexive.net/Ricochetindex.html
  10. AppMutex=ZaxCurrentlyRunningMutex
  11. DefaultDirName={pf}\Ricochet
  12. DefaultGroupName=Ricochet
  13. UninstallDisplayIcon={app}\Ricochet.exe
  14. OutputBaseFilename=RicochetMaximumPcSetup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. ExtraDiskSpaceRequired=17000000
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\Ricochet.exe"; DestDir: "{app}"; 
  24. Source: "{app}\Data.dat"; DestDir: "{app}"; 
  25. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  26. Source: "{app}\Readme.htm"; DestDir: "{app}"; 
  27. Source: "{app}\Affiliate.RED"; DestDir: "{app}"; 
  28. [Registry]
  29. Root: HKLM; Subkey: "Software\Reflexive Entertainment\Ricochet"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  30. [INI]
  31. FileName: "{app}\Ricochet.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.reflexive.net/Ricochet"; 
  32. FileName: "{app}\Reflexive.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.reflexive.net"; 
  33. [Run]
  34. Filename: "{app}\Ricochet.exe"; Description: "Launch Ricochet"; Flags: postinstall skipifsilent nowait
  35. [Icons]
  36. Name: "{group}\Play Ricochet"; Filename: "{app}\Ricochet.exe"; 
  37. Name: "{group}\Readme Text"; Filename: "{app}\Readme.txt"; 
  38. Name: "{group}\Readme HTML"; Filename: "{app}\Readme.htm"; 
  39. Name: "{group}\Ricochet on the Web"; Filename: "{app}\Ricochet.url"; 
  40. Name: "{group}\Reflexive.NET Web Site"; Filename: "{app}\Reflexive.url"; 
  41. Name: "{userdesktop}\Play Ricochet"; Filename: "{app}\Ricochet.exe"; Tasks: desktopicon; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a desktop icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\Ricochet.url"; 
  46. Type: files; Name: "{app}\Reflexive.url"; 
  47. Type: files; Name: "{app}\Ricochet.CFG"; 
  48. Type: files; Name: "{app}\Stats.dat"; 
  49. Type: filesandordirs; Name: "{app}\Data"; 
  50.